Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

iOS Interview Questions and Answers

Question: Which is the application thread from where UIKit classes should be used?
Answer:

Unless it’s stated, use UIKit classes only from your application’s main thread or main dispatch queue. This restriction applies in particular to classes derived from UIResponder or that require modifying the user interface of your app in some way.

Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook